/third_party/musl/porting/liteos_m/kernel/src/math/ |
D | sqrt.c | 87 int32_t ix0,s0,q,m,t,i; in sqrt() local
|
/third_party/jerryscript/jerry-libm/ |
D | sqrt.c | 109 int ix0, s0, q, m, t, i; in sqrt() local
|
/third_party/FreeBSD/lib/msun/src/ |
D | math_private.h | 136 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 172 #define INSERT_WORDS(d,ix0,ix1) \ argument 243 #define EXTRACT_LDBL80_WORDS(ix0,ix1,d) \ argument 256 #define EXTRACT_LDBL128_WORDS(ix0,ix1,ix2,d) \ argument 279 #define INSERT_LDBL80_WORDS(d,ix0,ix1) \ argument 292 #define INSERT_LDBL128_WORDS(d,ix0,ix1,ix2) \ argument
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | ulp.inl | 38 #define GLM_EXTRACT_WORDS(ix0,ix1,d) \ argument 60 #define GLM_INSERT_WORDS(d,ix0,ix1) \ argument
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_rect.c | 154 unsigned ix0, ix1, iy0, iy1; in lp_rast_rectangle() local
|
D | lp_rast_linear_fallback.c | 170 const unsigned ix0 = box->x0 / STAMP_SIZE; in lp_rast_linear_rect_fallback() local
|
D | lp_setup_tri.c | 810 const int ix0 = bbox->x0 / TILE_SIZE; in lp_setup_bin_triangle() local 890 const int ix0 = trimmed_box.x0 / TILE_SIZE; in lp_setup_bin_triangle() local
|
D | lp_setup_rect.c | 377 const unsigned ix0 = rect->box.x0 / TILE_SIZE; in lp_setup_bin_rectangle() local
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 2629 …, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *i… in stbtt_GetGlyphBitmapBoxSubpixel() 2647 …ox(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *i… in stbtt_GetGlyphBitmapBox() 2652 … codepoint, float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *i… in stbtt_GetCodepointBitmapBoxSubpixel() 2657 …onst stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *i… in stbtt_GetCodepointBitmapBox() 3555 int ix0,iy0,ix1,iy1; in stbtt_GetGlyphBitmapSubpixel() local 3600 int ix0,iy0; in stbtt_MakeGlyphBitmapSubpixel() local 4409 int ix0,iy0,ix1,iy1; in stbtt_GetGlyphSDF() local
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 2629 …, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *i… in stbtt_GetGlyphBitmapBoxSubpixel() 2647 …ox(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *i… in stbtt_GetGlyphBitmapBox() 2652 … codepoint, float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *i… in stbtt_GetCodepointBitmapBoxSubpixel() 2657 …onst stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *i… in stbtt_GetCodepointBitmapBox() 3555 int ix0,iy0,ix1,iy1; in stbtt_GetGlyphBitmapSubpixel() local 3600 int ix0,iy0; in stbtt_MakeGlyphBitmapSubpixel() local 4409 int ix0,iy0,ix1,iy1; in stbtt_GetGlyphSDF() local
|
/third_party/rust/crates/minimal-lexical/src/ |
D | libm.rs | 1094 let mut ix0: i32; in sqrtd() localVariable
|
/third_party/skia/src/core/ |
D | SkScan_Hairline.cpp | 120 int ix0 = SkFDot6Round(x0); in HairLineRgn() local
|
/third_party/node/deps/v8/src/base/ |
D | ieee754.cc | 54 #define EXTRACT_WORDS(ix0, ix1, d) \ argument 79 #define INSERT_WORDS(d, ix0, ix1) \ argument
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 753 int ix0 = deCeilFloatToInt32(sx0 - 0.5f); in computeVertexReference() local
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderRenderCase.cpp | 681 int ix0 = deCeilFloatToInt32(sx0 - 0.5f); in computeVertexReference() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 343 const int ix0 = deCeilFloatToInt32(ldru.x() * (float)region.w - 0.5f); in setPixelColors() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 2399 const int ix0 = deCeilFloatToInt32(sx0 - 0.5f); in computeVertexReference() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fVertexTextureTests.cpp | 438 const int ix0 = deCeilFloatToInt32(ldru.x() * (float)region.w - 0.5f); in setPixelColors() local
|