Home
last modified time | relevance | path

Searched refs:float_t (Results 1 – 25 of 70) sorted by relevance

123

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_float.hpp44 typedef mediump_float float_t; typedef
46 typedef highp_float float_t; typedef
48 typedef mediump_float float_t; typedef
50 typedef lowp_float float_t; typedef
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DStorageTextureTests.cpp91 float_t* valuePtr = static_cast<float_t*>(pixelValuePtr); in FillExpectedData()
92 *valuePtr = static_cast<float_t>(pixelValue * 1.1f); in FillExpectedData()
97 float_t* valuePtr = static_cast<float_t*>(pixelValuePtr); in FillExpectedData()
98 valuePtr[0] = static_cast<float_t>(pixelValue * 1.1f); in FillExpectedData()
99 valuePtr[1] = -static_cast<float_t>(pixelValue * 2.2f); in FillExpectedData()
104 float_t* valuePtr = static_cast<float_t*>(pixelValuePtr); in FillExpectedData()
105 valuePtr[0] = static_cast<float_t>(pixelValue * 1.1f); in FillExpectedData()
106 valuePtr[1] = -static_cast<float_t>(pixelValue * 1.1f); in FillExpectedData()
107 valuePtr[2] = static_cast<float_t>(pixelValue * 2.2f); in FillExpectedData()
108 valuePtr[3] = -static_cast<float_t>(pixelValue * 2.2f); in FillExpectedData()
[all …]
/third_party/musl/ndk_musl_include/
Dmath.h108 __ISREL_DEF(lessf, <, float_t)
111 __ISREL_DEF(lessequalf, <=, float_t)
114 __ISREL_DEF(lessgreaterf, !=, float_t)
117 __ISREL_DEF(greaterf, >, float_t)
120 __ISREL_DEF(greaterequalf, >=, float_t)
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h108 __ISREL_DEF(lessf, <, float_t)
111 __ISREL_DEF(lessequalf, <=, float_t)
114 __ISREL_DEF(lessgreaterf, !=, float_t)
117 __ISREL_DEF(greaterf, >, float_t)
120 __ISREL_DEF(greaterequalf, >=, float_t)
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h108 __ISREL_DEF(lessf, <, float_t)
111 __ISREL_DEF(lessequalf, <=, float_t)
114 __ISREL_DEF(lessgreaterf, !=, float_t)
117 __ISREL_DEF(greaterf, >, float_t)
120 __ISREL_DEF(greaterequalf, >=, float_t)
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h108 __ISREL_DEF(lessf, <, float_t)
111 __ISREL_DEF(lessequalf, <=, float_t)
114 __ISREL_DEF(lessgreaterf, !=, float_t)
117 __ISREL_DEF(greaterf, >, float_t)
120 __ISREL_DEF(greaterequalf, >=, float_t)
/third_party/musl/include/
Dmath.h108 __ISREL_DEF(lessf, <, float_t)
111 __ISREL_DEF(lessequalf, <=, float_t)
114 __ISREL_DEF(lessgreaterf, !=, float_t)
117 __ISREL_DEF(greaterf, >, float_t)
120 __ISREL_DEF(greaterequalf, >=, float_t)
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp530 const glsl_type * const float_t; member in __anone2e1154f0111::builtin_variable_generator
550 float_t(glsl_type::float_type), vec2_t(glsl_type::vec2_type), in builtin_variable_generator()
1054 add_uniform(float_t, "gl_NormalScale"); in generate_uniforms()
1169 add_input(VERT_ATTRIB_FOG, float_t, "gl_FogCoord"); in generate_vs_special_vars()
1187 add_output(VARYING_SLOT_TESS_LEVEL_OUTER, array(float_t, 4), in generate_tcs_special_vars()
1189 add_output(VARYING_SLOT_TESS_LEVEL_INNER, array(float_t, 2), in generate_tcs_special_vars()
1234 add_input(VARYING_SLOT_TESS_LEVEL_OUTER, array(float_t, 4), in generate_tes_special_vars()
1236 add_input(VARYING_SLOT_TESS_LEVEL_INNER, array(float_t, 2), in generate_tes_special_vars()
1239 add_system_value(SYSTEM_VALUE_TESS_LEVEL_OUTER, array(float_t, 4), in generate_tes_special_vars()
1241 add_system_value(SYSTEM_VALUE_TESS_LEVEL_INNER, array(float_t, 2), in generate_tes_special_vars()
[all …]
/third_party/musl/porting/liteos_a/kernel/src/math/
Drintf.c12 static const float_t toint = 1/EPS;
19 float_t y; in rintf()
Droundf.c10 static const float_t toint = 1/EPS;
16 float_t y; in roundf()
Derff.c89 float_t s,P,Q; in erfc1()
99 float_t s,R,S; in erfc2()
Dj1f.c201 float_t z,r,s; in ponef()
297 float_t s,r,z; in qonef()
Dj0f.c205 float_t z,r,s; in pzerof()
301 float_t s,r,z; in qzerof()
/third_party/musl/src/math/
Drintf.c12 static const float_t toint = 1/EPS;
19 float_t y; in rintf()
Droundf.c10 static const float_t toint = 1/EPS;
16 float_t y; in roundf()
Derff.c89 float_t s,P,Q; in erfc1()
99 float_t s,R,S; in erfc2()
Dj0f.c205 float_t z,r,s; in pzerof()
301 float_t s,r,z; in qzerof()
Dj1f.c201 float_t z,r,s; in ponef()
297 float_t s,r,z; in qonef()
Dscalbnf.c7 float_t y = x; in scalbnf()
/third_party/musl/arch/s390x/bits/
Dalltypes.h.in13 TYPEDEF double float_t; variable
15 TYPEDEF float float_t; variable
/third_party/musl/arch/x86_64/bits/
Dalltypes.h.in13 TYPEDEF long double float_t; variable
16 TYPEDEF float float_t; variable
/third_party/musl/arch/x32/bits/
Dalltypes.h.in17 TYPEDEF long double float_t; variable
20 TYPEDEF float float_t; variable
/third_party/musl/arch/m68k/bits/
Dalltypes.h.in18 TYPEDEF float float_t; variable
21 TYPEDEF long double float_t; variable
/third_party/musl/arch/i386/bits/
Dalltypes.h.in18 TYPEDEF float float_t; variable
21 TYPEDEF long double float_t; variable
/third_party/alsa-lib/src/pcm/
Dplugin_ops.h52 #define as_float(ptr) (*(float_t*)(ptr))
63 #define as_floatc(ptr) (*(const float_t*)(ptr))
663 put32f_1234_1234F: as_float(dst) = (float_t)((int32_t)sample) / (float_t)0x80000000UL; goto PUT32F_…
664 put32f_1234_4321F: tmp_float.f = (float_t)((int32_t)sample) / (float_t)0x80000000UL;
688 sample = (int32_t)(tmp_float.f * (float_t)0x80000000UL);
696 sample = (int32_t)(tmp_float.f * (float_t)0x80000000UL);

123