Searched refs:pp4 (Results 1 - 10 of 10) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | pptest.cpp | 80 ParsePosition pp4(5); in TestParsePosition() 86 if (pp3 == pp4) { in TestParsePosition() 89 errln(UnicodeString("*** PP equals fails (") + pp3.getIndex() + " != " + pp4.getIndex() + ")"); in TestParsePosition() 93 pp5 = pp4; in TestParsePosition() 94 if (pp4 == pp5) { in TestParsePosition()
|
H A D | tfsmalls.cpp | 61 ParsePosition pp4( pp3 ); in test_ParsePosition() 62 if ((pp2 != pp3) && (pp3 == pp4)) { in test_ParsePosition() 69 pp5 = pp4; in test_ParsePosition() 70 if ((pp4 == pp5) && (!(pp4 != pp5))) { in test_ParsePosition()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgload.c | 919 loader->pp4 = zone->cur[zone->n_points - 1]; in TT_Hint_Glyph() 971 outline->points[n_points + 3] = loader->pp4; in TT_Process_Simple_Glyph() 1140 /* if we have a VVAR table, `pp3' and/or `pp4' */ in TT_Process_Simple_Glyph() 1147 loader->pp4.x = FT_MulFix( loader->pp4.x, x_scale ); in TT_Process_Simple_Glyph() 1148 loader->pp4.y = FT_MulFix( loader->pp4.y, y_scale ); in TT_Process_Simple_Glyph() 1154 loader->pp4 = outline->points[n_points - 1]; in TT_Process_Simple_Glyph() 1374 outline->points[outline->n_points + 3] = loader->pp4; in TT_Process_Composite_Glyph() 1481 * pp4 [all...] |
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | erf.c | 118 pp4 = -2.37630166566501626084e-05, /* 0xBEF8EAD6, 0x120016AC */ variable 232 r = pp0+z*(pp1+z*(pp2+z*(pp3+z*pp4))); in erf() 261 r = pp0+z*(pp1+z*(pp2+z*(pp3+z*pp4))); in erfc()
|
H A D | erff.c | 28 pp4 = -2.3763017452e-05, /* 0xb7c756b1 */ variable 142 r = pp0+z*(pp1+z*(pp2+z*(pp3+z*pp4))); in erff() 172 r = pp0+z*(pp1+z*(pp2+z*(pp3+z*pp4))); in erfcf()
|
/third_party/musl/src/math/ |
H A D | erf.c | 118 pp4 = -2.37630166566501626084e-05, /* 0xBEF8EAD6, 0x120016AC */ variable 232 r = pp0+z*(pp1+z*(pp2+z*(pp3+z*pp4))); in erf() 261 r = pp0+z*(pp1+z*(pp2+z*(pp3+z*pp4))); in erfc()
|
H A D | erff.c | 28 pp4 = -2.3763017452e-05, /* 0xb7c756b1 */ variable 142 r = pp0+z*(pp1+z*(pp2+z*(pp3+z*pp4))); in erff() 172 r = pp0+z*(pp1+z*(pp2+z*(pp3+z*pp4))); in erfcf()
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | s_erfl.c | 48 pp4 = -9.18626155872522453865998391206048506e-04L, /* 0xbff4e19f, 0xea5fb024, 0x43247a37, 0xe430b06c */ variable 214 r = pp0+z*(pp1+z*(pp2+z*(pp3+z*(pp4+z*(pp5+z*(pp6+z*(pp7+ in erfl() 272 r = pp0+z*(pp1+z*(pp2+z*(pp3+z*(pp4+z*(pp5+z*(pp6+z*(pp7+ in erfcl()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | tttypes.h | 1763 FT_Vector pp4; member
|
/third_party/ffmpeg/tests/fate/ |
H A D | filter-video.mak | 464 fate-filter-pp4: CMD = video_filter "pp=be/ci" 468 FATE_FILTER_VSYNTH_VIDEO_FILTER-$(CONFIG_PP_FILTER) += $(addprefix fate-filter-, pp1 pp4 pp5 pp6)
|
Completed in 16 milliseconds