HomeSort by relevance Sort by last modified time
    Searched refs:float32 (Results 26 - 50 of 425) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/
softfloat.h 49 typedef !!!bits32 float32; typedef
114 float32 int32_to_float32( !!!int32 );
122 float32 int64_to_float32( !!!int64 );
136 !!!int32 float32_to_int32( float32 );
137 !!!int32 float32_to_int32_round_to_zero( float32 );
138 !!!int64 float32_to_int64( float32 );
139 !!!int64 float32_to_int64_round_to_zero( float32 );
140 float64 float32_to_float64( float32 );
142 floatx80 float32_to_floatx80( float32 );
145 float128 float32_to_float128( float32 );
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
glm.cpp 47 template struct tvec1<float32, lowp>;
59 template struct tvec1<float32, mediump>;
71 template struct tvec1<float32, highp>;
83 template struct tvec2<float32, lowp>;
94 template struct tvec2<float32, mediump>;
105 template struct tvec2<float32, highp>;
117 template struct tvec3<float32, lowp>;
128 template struct tvec3<float32, mediump>;
139 template struct tvec3<float32, highp>;
151 template struct tvec4<float32, lowp>
    [all...]
type_float.hpp 37 typedef float float32; typedef in namespace:glm::detail
81 typedef float float32; typedef in namespace:glm
87 GLM_STATIC_ASSERT(sizeof(glm::float32) == 4, "float32 size isn't 4 bytes on this platform");
  /prebuilts/go/darwin-x86/test/ken/
simparray.go 11 var b[10] float32;
15 var a[10] float32;
18 a[i] = float32(i);
21 s1 := float32(0);
29 b[i] = float32(i);
32 s2 := float32(0);
  /prebuilts/go/linux-x86/test/ken/
simparray.go 11 var b[10] float32;
15 var a[10] float32;
18 a[i] = float32(i);
21 s1 := float32(0);
29 b[i] = float32(i);
32 s2 := float32(0);
  /prebuilts/go/darwin-x86/test/
float_lit2.go 3 // Check conversion of constant to float32/float64 near min/max boundaries.
16 // The largest exact float32 is f? = (1+1-1/2²³)×2¹²? = (2-2?²³)×2¹²? = 2¹²? - 2¹??.
17 // The next float32 would be f? = (1+1)×2¹²? = 1×2¹²?, except that exponent is out of range.
18 // Float32 conversion rounds to the nearest float32, rounding to even mantissa:
49 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32 - ulp32/2), "max32 - ulp32 - ulp32/2"},
50 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32), "max32 - ulp32"},
51 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32/2), "max32 - ulp32/2"}
    [all...]
float_lit3.go 3 // Check flagging of invalid conversion of constant to float32/float64 near min/max boundaries.
30 float32(max32 + ulp32/2 - 1), // ok
31 float32(max32 + ulp32/2 - two128/two256), // ok
32 float32(max32 + ulp32/2), // ERROR "constant 3\.40282e\+38 overflows float32"
34 float32(-max32 - ulp32/2 + 1), // ok
35 float32(-max32 - ulp32/2 + two128/two256), // ok
36 float32(-max32 - ulp32/2), // ERROR "constant -3\.40282e\+38 overflows float32"
func1.go 12 func f1(a int) (int, float32) {
17 func f2(a int) (a int, b float32) { // ERROR "duplicate argument a|definition"
  /prebuilts/go/linux-x86/test/
float_lit2.go 3 // Check conversion of constant to float32/float64 near min/max boundaries.
16 // The largest exact float32 is f? = (1+1-1/2²³)×2¹²? = (2-2?²³)×2¹²? = 2¹²? - 2¹??.
17 // The next float32 would be f? = (1+1)×2¹²? = 1×2¹²?, except that exponent is out of range.
18 // Float32 conversion rounds to the nearest float32, rounding to even mantissa:
49 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32 - ulp32/2), "max32 - ulp32 - ulp32/2"},
50 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32), "max32 - ulp32"},
51 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32/2), "max32 - ulp32/2"}
    [all...]
float_lit3.go 3 // Check flagging of invalid conversion of constant to float32/float64 near min/max boundaries.
30 float32(max32 + ulp32/2 - 1), // ok
31 float32(max32 + ulp32/2 - two128/two256), // ok
32 float32(max32 + ulp32/2), // ERROR "constant 3\.40282e\+38 overflows float32"
34 float32(-max32 - ulp32/2 + 1), // ok
35 float32(-max32 - ulp32/2 + two128/two256), // ok
36 float32(-max32 - ulp32/2), // ERROR "constant -3\.40282e\+38 overflows float32"
func1.go 12 func f1(a int) (int, float32) {
17 func f2(a int) (a int, b float32) { // ERROR "duplicate argument a|definition"
  /external/skia/experimental/go-skia/
types.go 61 Left float32
62 Top float32
63 Right float32
64 Bottom float32
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.hpp 37 v.color.float32[0] = r;
38 v.color.float32[1] = g;
39 v.color.float32[2] = b;
40 v.color.float32[3] = a;
67 v.color.float32[0] = color[0];
68 v.color.float32[1] = color[1];
69 v.color.float32[2] = color[2];
70 v.color.float32[3] = color[3];
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug228.go 11 func g(x int, y float32) (...) // ERROR "[.][.][.]" "final argument"
15 func i(x int, y ...int, z float32) // ERROR "[.][.][.]"
bug341.go 13 var x float32 = -2.5
16 _ = float32(0)
bug373.go 20 case float32:
28 case float32:
bug389.go 10 func fn(a float32) {}
12 var f func(arg int) = fn // ERROR "cannot use fn .type func.float32.. as type func.int. in assignment|different parameter types"
issue14651.go 41 test32(float32(m0000p149), f32(m0000p149))
42 test32(float32(m1000p149), f32(m1000p149))
43 test32(float32(m1001p149), f32(m1001p149))
44 test32(float32(m1011p149), f32(m1011p149))
45 test32(float32(m1100p149), f32(m1100p149))
54 func f32(x float64) float32 { return float32(x) }
57 func test32(a, b float32) {
issue12577.go 21 x0 float32 = z0
22 x1 float32 = z1
23 x2 float32 = z2
24 x3 float32 = z3
32 func test32(f float32) {
  /prebuilts/go/linux-x86/test/fixedbugs/
bug228.go 11 func g(x int, y float32) (...) // ERROR "[.][.][.]" "final argument"
15 func i(x int, y ...int, z float32) // ERROR "[.][.][.]"
bug341.go 13 var x float32 = -2.5
16 _ = float32(0)
bug373.go 20 case float32:
28 case float32:
bug389.go 10 func fn(a float32) {}
12 var f func(arg int) = fn // ERROR "cannot use fn .type func.float32.. as type func.int. in assignment|different parameter types"
issue14651.go 41 test32(float32(m0000p149), f32(m0000p149))
42 test32(float32(m1000p149), f32(m1000p149))
43 test32(float32(m1001p149), f32(m1001p149))
44 test32(float32(m1011p149), f32(m1011p149))
45 test32(float32(m1100p149), f32(m1100p149))
54 func f32(x float64) float32 { return float32(x) }
57 func test32(a, b float32) {
  /prebuilts/go/darwin-x86/src/math/
nextafter.go 7 // Nextafter32 returns the next representable float32 value after x towards y.
13 func Nextafter32(x, y float32) (r float32) {
16 r = float32(NaN())
20 r = float32(Copysign(float64(Float32frombits(1)), float64(y)))

Completed in 539 milliseconds

12 3 4 5 6 7 8 91011>>