Home
last modified time | relevance | path

Searched defs:ix0 (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dsqrt.c87 int32_t ix0,s0,q,m,t,i; in sqrt() local
[all...]
/third_party/jerryscript/jerry-libm/
H A Dsqrt.c109 int ix0, s0, q, m, t, i; in sqrt() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_linear_fallback.c170 const unsigned ix0 = box->x0 / STAMP_SIZE; in lp_rast_linear_rect_fallback() local
[all...]
H A Dlp_rast_rect.c154 unsigned ix0, ix1, iy0, iy1; in lp_rast_rectangle() local
[all...]
H A Dlp_setup_rect.c377 const unsigned ix0 = rect->box.x0 / TILE_SIZE; in lp_setup_bin_rectangle() local
[all...]
H A 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
/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs1094 let mut ix0: i32; in sqrtd() variables
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderRenderCase.cpp753 int ix0 = deCeilFloatToInt32(sx0 - 0.5f); in computeVertexReference() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp438 const int ix0 = deCeilFloatToInt32(ldru.x() * (float)region.w - 0.5f); in setPixelColors() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderRenderCase.cpp681 int ix0 = deCeilFloatToInt32(sx0 - 0.5f); in computeVertexReference() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp343 const int ix0 = deCeilFloatToInt32(ldru.x() * (float)region.w - 0.5f); in setPixelColors() local
/third_party/glfw/deps/
H A Dnuklear.h12235 int ix0,iy0; in nk_tt_MakeGlyphBitmapSubpixel() local
11581 nk_tt_GetGlyphBitmapBoxSubpixel(const struct nk_tt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1) nk_tt_GetGlyphBitmapBoxSubpixel() argument
11601 nk_tt_GetGlyphBitmapBox(const struct nk_tt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1) nk_tt_GetGlyphBitmapBox() argument
[all...]

Completed in 48 milliseconds