Home
last modified time | relevance | path

Searched refs:frexp (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/third_party/glslang/Test/
Dhlsl.intrinsic.frexp.vert3 frexp(inF0, inF1);
9 frexp(inF0, inF1);
15 frexp(inF0, inF1);
21 frexp(inF0, inF1);
27 frexp(inF0, inF1);
Dhlsl.intrinsic.frexp.frag4 float r000 = frexp(inF0, inF1);
10 float2 r000 = frexp(inF0, inF1);
16 float3 r000 = frexp(inF0, inF1);
22 float4 r000 = frexp(inF0, inF1);
28 MT r000 = frexp(inF0, inF1);
/third_party/boost/boost/container_hash/detail/
Dfloat_functions.hpp90 return std::frexp(x, y); in operator ()()
162 return frexp(a, b); in operator ()()
177 template <class Float> boost::hash_detail::not_found frexp(Float, int*);
286 BOOST_HASH_CALL_FLOAT_MACRO(frexp, frexpf, float, int*)
288 BOOST_HASH_CALL_FLOAT_FUNC(frexp, frexpf, float, int*)
292 BOOST_HASH_CALL_FLOAT_MACRO(frexp, frexpl, long double, int*)
294 BOOST_HASH_CALL_FLOAT_FUNC(frexp, frexpl, long double, int*)
/third_party/skia/tests/sksl/intrinsics/
DFrexp.glsl10 result.x = frexp(value.x, exp.x);
12 result.xy = frexp(value.xy, exp.xy);
14 result.xyz = frexp(value.xyz, exp.xyz);
16 result = frexp(value, exp);
DFrexp.metal15 float _skResult = frexp(_var0, _var1);
21 float2 _skResult = frexp(_var0, _var1);
27 float3 _skResult = frexp(_var0, _var1);
33 float4 _skResult = frexp(_var0, _var1);
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/frexp/
Deabd40.wgsl.expected.glsl12 float sig = frexp(param_0, exp);
46 ERROR: 0:10: 'frexp' : no matching overloaded function found
61 float sig = frexp(param_0, exp);
85 ERROR: 0:10: 'frexp' : no matching overloaded function found
100 float sig = frexp(param_0, exp);
125 ERROR: 0:10: 'frexp' : no matching overloaded function found
D3c4f48.wgsl.expected.glsl12 float4 sig = frexp(param_0, exp);
61 float4 sig = frexp(param_0, exp);
100 float4 sig = frexp(param_0, exp);
D368997.wgsl.expected.glsl12 float3 sig = frexp(param_0, exp);
61 float3 sig = frexp(param_0, exp);
100 float3 sig = frexp(param_0, exp);
D4bdfc7.wgsl.expected.glsl12 float2 sig = frexp(param_0, exp);
61 float2 sig = frexp(param_0, exp);
100 float2 sig = frexp(param_0, exp);
/third_party/skia/resources/sksl/intrinsics/
DFrexp.sksl10 result.x = frexp(value.x, exp.x);
12 result.xy = frexp(value.xy, exp.xy);
14 result.xyz = frexp(value.xyz, exp.xyz);
16 result.xyzw = frexp(value.xyzw, exp.xyzw);
/third_party/glib/glib/gnulib/gl_cv_func_frexp_works/
Dmeson.build36 /* NeXTstep 3.3 frexp() runs into an endless loop when called on an infinite
47 double y = frexp (x, &exp);
57 double y = frexp (x, &exp);
65 double y = frexp (x, &exp);
72 double y = frexp (x, &exp);
81 name : 'frexp works',
/third_party/glslang/Test/baseResults/
Dhlsl.intrinsic.frexp.vert.out1 hlsl.intrinsic.frexp.vert
9 0:3 frexp ( temp float)
20 0:9 frexp ( temp 2-component vector of float)
32 0:15 frexp ( temp 3-component vector of float)
45 0:21 frexp ( temp 4-component vector of float)
68 0:3 frexp ( temp float)
79 0:9 frexp ( temp 2-component vector of float)
91 0:15 frexp ( temp 3-component vector of float)
104 0:21 frexp ( temp 4-component vector of float)
Dhlsl.intrinsic.frexp.frag.out1 hlsl.intrinsic.frexp.frag
13 0:4 frexp ( temp float)
27 0:10 frexp ( temp 2-component vector of float)
42 0:16 frexp ( temp 3-component vector of float)
58 0:22 frexp ( temp 4-component vector of float)
110 0:4 frexp ( temp float)
124 0:10 frexp ( temp 2-component vector of float)
139 0:16 frexp ( temp 3-component vector of float)
155 0:22 frexp ( temp 4-component vector of float)
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Dfrexp.glsl3 ; FUNC-LABEL: {{^}}@frexp:
10 #shader fs frexp
14 gl_FragColor.x = frexp(f, gl_FragColor.y);
/third_party/skia/third_party/externals/spirv-cross/shaders/frag/
Dfrexp-modf.frag11 float f0 = frexp(v0, e0);
12 f0 = frexp(v0 + 1.0, e0);
15 vec2 f1 = frexp(v1, e1);
/third_party/boost/libs/container_hash/test/
Dcheck_float_funcs.cpp47 test::check_return_type<float>::equals(std::frexp(f, &dummy)); in main()
48 test::check_return_type<double>::equals(std::frexp(d, &dummy)); in main()
49 test::check_return_type<long double>::equals(std::frexp(l, &dummy)); in main()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/frag/
Dfrexp-modf.frag24 _16._m0 = frexp(v0, _16._m1);
28 _22._m0 = frexp(v0 + 1.0, _22._m1);
32 _35._m0 = frexp(v1, _35._m1);
/third_party/glib/glib/gnulib/
Dfrexp.c20 #undef frexp in rpl_frexp()
21 return frexp (x, expptr); in rpl_frexp()
/third_party/musl/src/math/
Dfrexp.c4 double frexp(double x, int *e) in frexp() function
11 x = frexp(x*0x1p64, e); in frexp()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfrexp.c4 double frexp(double x, int *e) in frexp() function
11 x = frexp(x*0x1p64, e); in frexp()
/third_party/musl/porting/uniproton/kernel/src/math/
Dfrexp.c4 double frexp(double x, int *e) in frexp() function
11 x = frexp(x*0x1p64, e); in frexp()
/third_party/musl/porting/liteos_m/kernel/src/math/
Dfrexp.c4 double frexp(double x, int *e) in frexp() function
11 x = frexp(x*0x1p64, e); in frexp()
/third_party/boost/libs/math/example/
Droot_finding_example.cpp125 frexp(x, &exponent); // Get exponent of z (ignore mantissa). in cbrt_noderiv()
230 frexp(x, &exponent); // Get exponent of z (ignore mantissa). in cbrt_deriv()
289 frexp(x, &exponent); // Get exponent of z (ignore mantissa). in cbrt_2deriv()
313 frexp(x, &exponent); // Get exponent of z (ignore mantissa). in cbrt_2deriv_lambda()
417 frexp(x, &exponent); // Get exponent of z (ignore mantissa). in fifth_2deriv()
/third_party/skia/third_party/externals/tint/test/intrinsics/
Dfrexp.wgsl.expected.glsl12 float sig = frexp(param_0, exp);
31 ERROR: 0:10: 'frexp' : no matching overloaded function found
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/frag/
Dfrexp-modf.frag24 _22._m0 = frexp(v0 + 1.0, _22._m1);
26 _35._m0 = frexp(v1, _35._m1);

12345678910>>...13