Home
last modified time | relevance | path

Searched defs:ix0 (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/math/
Dsqrt.c87 int32_t ix0,s0,q,m,t,i; in sqrt() local
/third_party/jerryscript/jerry-libm/
Dsqrt.c109 int ix0, s0, q, m, t, i; in sqrt() local
/third_party/FreeBSD/lib/msun/src/
Dmath_private.h136 #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/
Dulp.inl38 #define GLM_EXTRACT_WORDS(ix0,ix1,d) \ argument
60 #define GLM_INSERT_WORDS(d,ix0,ix1) \ argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_rect.c154 unsigned ix0, ix1, iy0, iy1; in lp_rast_rectangle() local
Dlp_rast_linear_fallback.c170 const unsigned ix0 = box->x0 / STAMP_SIZE; in lp_rast_linear_rect_fallback() local
Dlp_setup_tri.c810 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
Dlp_setup_rect.c377 const unsigned ix0 = rect->box.x0 / TILE_SIZE; in lp_setup_bin_rectangle() local
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h2629 …, 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/
Dimstb_truetype.h2629 …, 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/
Dlibm.rs1094 let mut ix0: i32; in sqrtd() localVariable
/third_party/skia/src/core/
DSkScan_Hairline.cpp120 int ix0 = SkFDot6Round(x0); in HairLineRgn() local
/third_party/node/deps/v8/src/base/
Dieee754.cc54 #define EXTRACT_WORDS(ix0, ix1, d) \ argument
79 #define INSERT_WORDS(d, ix0, ix1) \ argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderRenderCase.cpp753 int ix0 = deCeilFloatToInt32(sx0 - 0.5f); in computeVertexReference() local
/third_party/vk-gl-cts/modules/glshared/
DglsShaderRenderCase.cpp681 int ix0 = deCeilFloatToInt32(sx0 - 0.5f); in computeVertexReference() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fVertexTextureTests.cpp343 const int ix0 = deCeilFloatToInt32(ldru.x() * (float)region.w - 0.5f); in setPixelColors() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2399 const int ix0 = deCeilFloatToInt32(sx0 - 0.5f); in computeVertexReference() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fVertexTextureTests.cpp438 const int ix0 = deCeilFloatToInt32(ldru.x() * (float)region.w - 0.5f); in setPixelColors() local