/third_party/musl/porting/liteos_m/kernel/src/math/ |
D | sqrt.c | 88 uint32_t r,t1,s1,ix1,q1; in sqrt() local
|
/third_party/jerryscript/jerry-libm/ |
D | sqrt.c | 108 unsigned r, t1, s1, ix1, q1; 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 | 171 const unsigned ix1 = box->x1 / STAMP_SIZE; in lp_rast_linear_rect_fallback() local
|
D | lp_setup_rect.c | 379 const unsigned ix1 = rect->box.x1 / TILE_SIZE; in lp_setup_bin_rectangle() local
|
D | lp_setup_tri.c | 892 const int ix1 = trimmed_box.x1 / TILE_SIZE; in lp_setup_bin_triangle() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryInstancedRenderingTests.cpp | 236 const int ix1 = std::max(deRoundFloatToInt32(x1), 0); in getSubregion() local
|
/third_party/rust/crates/minimal-lexical/src/ |
D | libm.rs | 1103 let mut ix1: Wrapping<u32>; in sqrtd() localVariable
|
/third_party/skia/src/core/ |
D | SkScan_Hairline.cpp | 121 int ix1 = SkFDot6Round(x1); 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/mesa3d/src/imgui/ |
D | imstb_truetype.h | 2629 … float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1) in stbtt_GetGlyphBitmapBoxSubpixel() 2647 …tt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1) in stbtt_GetGlyphBitmapBox() 2652 …float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1) in stbtt_GetCodepointBitmapBoxSubpixel() 2657 …ontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1) in stbtt_GetCodepointBitmapBox() 3555 int ix0,iy0,ix1,iy1; in stbtt_GetGlyphBitmapSubpixel() local 4409 int ix0,iy0,ix1,iy1; in stbtt_GetGlyphSDF() local
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 2629 … float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1) in stbtt_GetGlyphBitmapBoxSubpixel() 2647 …tt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1) in stbtt_GetGlyphBitmapBox() 2652 …float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1) in stbtt_GetCodepointBitmapBoxSubpixel() 2657 …ontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1) in stbtt_GetCodepointBitmapBox() 3555 int ix0,iy0,ix1,iy1; in stbtt_GetGlyphBitmapSubpixel() local 4409 int ix0,iy0,ix1,iy1; in stbtt_GetGlyphSDF() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 754 int ix1 = deCeilFloatToInt32(sx1 - 0.5f); in computeVertexReference() local
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderRenderCase.cpp | 682 int ix1 = deCeilFloatToInt32(sx1 - 0.5f); in computeVertexReference() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 344 const int ix1 = deCeilFloatToInt32(ldru.z() * (float)region.w - 0.5f); in setPixelColors() local
|
/third_party/astc-encoder/Source/ |
D | astcenc_ideal_endpoints_and_weights.cpp | 977 vfloat ix1 = ix * quant_level_m1v; in compute_quantized_weights_for_decimation() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 2400 const int ix1 = deCeilFloatToInt32(sx1 - 0.5f); in computeVertexReference() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fVertexTextureTests.cpp | 439 const int ix1 = deCeilFloatToInt32(ldru.z() * (float)region.w - 0.5f); in setPixelColors() local
|