Searched refs:tan (Results 1 - 25 of 25) sorted by relevance

/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dhenkan.c445 tanContext tan; local
447 tan = (tanContext)malloc(sizeof(tanContextRec));
448 if (tan) {
449 bzero(tan, sizeof(tanContextRec));
450 tan->id = TAN_CONTEXT;
451 tan->majorMode = majo;
452 tan->minorMode = mino;
453 tan->left = tan->right = (tanContext)0;
454 tan
461 freeTanContext(tanContext tan) argument
497 copyYomiinfo2Tan(yomiContext yc, tanContext tan) argument
513 copyTaninfo2Yomi(tanContext tan, yomiContext yc) argument
541 tanContext tan, prevLeft = yc->left, curtan = (tanContext)0; local
691 tanContext tan, prevLeft = yc->left; local
896 tanContext tan; local
1054 tanbunUnconvert(uiContext d, tanContext tan) argument
1098 tanContext tan = (tanContext)d->modec; local
[all...]
H A Dromaji.c952 extern void setMode (uiContext d, tanContext tan, int forw);
955 removeCurrentBunsetsu(uiContext d, tanContext tan) argument
957 if (tan->left) {
958 tan->left->right = tan->right;
959 d->modec = (mode_context)tan->left;
960 d->current_mode = tan->left->curMode;
961 setMode(d, tan->left, 0);
963 if (tan->right) {
964 tan
2111 appendTan2Yomi(tanContext tan, yomiContext yc) argument
2188 tanContext tan, netan, st = (tanContext)yc; local
2297 tanContext tan, netan; local
2507 tanContext tan = (tanContext)yc, st; local
[all...]
H A Dutil.c526 tan -- tanContext
532 extractTanString(tanContext tan, WCHAR_T *s, WCHAR_T *e) argument
534 return extractString(tan->kanji, s, e);
541 tan -- tanContext
547 extractTanYomi(tanContext tan, WCHAR_T *s, WCHAR_T *e) argument
549 return extractString(tan->yomi, s, e);
556 tan -- tanContext
562 extractTanRomaji(tanContext tan, WCHAR_T *s, WCHAR_T *e) argument
564 return extractString(tan->roma, s, e);
572 tanContext tan local
[all...]
H A Dcanna.h798 #define tanbunMode(d, tan) /* tanContext ������������������������������������ */ \
800 (d)->modec = (mode_context)(tan); currentModeInfo(d); }
953 void freeTanContext(tanContext tan);
985 void setMode(uiContext d, tanContext tan, int forw);
1107 void removeCurrentBunsetsu(uiContext d, tanContext tan);
1116 int appendTan2Yomi(tanContext tan, yomiContext yc);
1220 int extractTanString(tanContext tan, WCHAR_T *s, WCHAR_T *e);
1221 int extractTanYomi(tanContext tan, WCHAR_T *s, WCHAR_T *e);
1222 int extractTanRomaji(tanContext tan, WCHAR_T *s, WCHAR_T *e);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A Ds_tan.S30 weak_alias (__tan, tan)
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathMath.h99 static T tan (T x) {return ::tan (double(x));} function in struct:Imath::Math
132 static float tan (float x) {return ::tanf (x);} function in struct:Imath::Math
H A DImathFrustum.h311 _right = near * Math<T>::tan(fovx/2.0);
318 _top = near * Math<T>::tan(fovy/2.0);
/haiku-fatelf/headers/libs/agg/
H A Dagg_trans_affine.h379 trans_affine(1.0, tan(sy), tan(sx), 1.0, 0.0, 0.0)
/haiku-fatelf/src/tests/kits/interface/picture/
H A DMatrix.h99 float x = (float)tan(angle);
115 float y = (float)tan(angle);
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/m68k/bits/
H A Dmathinline.h137 __inline_mathop(__tan, tan)
160 __inline_mathop(tan, tan)
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_geom.c83 M->b = (float) tan(alpha * PDC_M_PI / 180.0);
84 M->c = (float) tan(beta * PDC_M_PI / 180.0);
/haiku-fatelf/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h67 __MATHCALL (tan,, (_Mdouble_ __x));
/haiku-fatelf/headers/libs/mapm/
H A Dm_apm.h388 1-ary functions like sin, cos, tan, etc.
552 MAPM_1aryFunc(tan)
637 MAPM_1aryFunc(tan)
/haiku-fatelf/src/kits/interface/
H A DAffineTransform.cpp171 return BAffineTransform(1.0, tan(y), tan(x), 1.0, 0.0, 0.0);
/haiku-fatelf/headers/posix/
H A Dmath.h207 extern double tan(double x);
/haiku-fatelf/headers/cpp/std/
H A Dcomplext.h391 tan (const complex<_FLT>& x) function
H A Dvalarray_meta.h939 _DEFINE_EXPR_UNARY_FUNCTION(tan)
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/x86/bits/
H A Dmathinline.h409 __inline_mathcodeNP (tan, __x, \
/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Dmath.c797 * Implements the EXSLT - Math tan() function:
798 * number math:tan (number)
808 ret = tan(num);
1109 xsltRegisterExtModuleFunction ((const xmlChar *) "tan",
/haiku-fatelf/src/kits/shared/
H A DExpressionParser.cpp697 } else if (strcasecmp("tan", token.string.String()) == 0) {
706 return _ParseFactorial(values[0].tan());
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_tan.c30 /* An ultimate tan routine. Given an IEEE double machine number x */
31 /* it computes the correctly rounded (to nearest) value of tan(x). */
45 double tan(double x) { function
160 /* First stage tan */
201 /* Second stage tan */
221 /* tan */
248 /* tan */
286 /* First stage tan */
313 /* Second stage tan */
332 /* tan */
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/x86_64/bits/
H A Dmathinline.h634 __inline_mathcodeNP (tan, __x, \
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgspaintpath.c291 // caclulate tan(alpha/2) from tan(alpha)
298 be \c tan(alpha/4), where \c alpha is the turning angle of the arc.
368 if (hpgs_paint_path_buldgeto(path,e1,tan(atan2(sa,ca)*0.25))) return -1;
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex181 par-a-digms rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex185 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces

Completed in 412 milliseconds