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

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
softfloat.c 117 INLINE bits32 extractFloat32Frac( float32 a )
129 INLINE int16 extractFloat32Exp( float32 a )
141 INLINE flag extractFloat32Sign( float32 a )
179 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
209 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
271 static float32
537 float32 int32_to_float32( int32 a )
589 int32 float32_to_int32( float32 a )
660 int32 float32_to_int32_round_to_zero( float32 a )
700 float64 float32_to_float64( float32 a )
    [all...]
  /prebuilts/go/darwin-x86/src/math/rand/
rand_test.go 211 func initNorm() (testKn []uint32, testWn, testFn []float32) {
220 testWn = make([]float32, 128)
221 testFn = make([]float32, 128)
226 testWn[0] = float32(q / m1)
227 testWn[127] = float32(dn / m1)
229 testFn[127] = float32(math.Exp(-0.5 * dn * dn))
234 testFn[i] = float32(math.Exp(-0.5 * dn * dn))
235 testWn[i] = float32(dn / m1)
240 func initExp() (testKe []uint32, testWe, testFe []float32) {
249 testWe = make([]float32, 256
    [all...]
exp.go 42 if fe[i]+float32(r.Float64())*(fe[i-1]-fe[i]) < float32(math.Exp(-x)) {
102 var we = [256]float32{
168 var fe = [256]float32{
  /prebuilts/go/linux-x86/src/math/rand/
rand_test.go 211 func initNorm() (testKn []uint32, testWn, testFn []float32) {
220 testWn = make([]float32, 128)
221 testFn = make([]float32, 128)
226 testWn[0] = float32(q / m1)
227 testWn[127] = float32(dn / m1)
229 testFn[127] = float32(math.Exp(-0.5 * dn * dn))
234 testFn[i] = float32(math.Exp(-0.5 * dn * dn))
235 testWn[i] = float32(dn / m1)
240 func initExp() (testKe []uint32, testWe, testFe []float32) {
249 testWe = make([]float32, 256
    [all...]
exp.go 42 if fe[i]+float32(r.Float64())*(fe[i-1]-fe[i]) < float32(math.Exp(-x)) {
102 var we = [256]float32{
168 var fe = [256]float32{
  /external/webrtc/webrtc/base/
macconversion.cc 77 Float32 float32; local
79 static_cast<void*>(&float32));
80 if (converted) *i = static_cast<int>(float32);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 228 /* define float32/64, float_t */
231 typedef float float32; typedef
246 #if defined(FLOAT32)
247 typedef float32 float_t;
  /prebuilts/go/darwin-x86/src/math/big/
floatconv_test.go 473 value interface{} // float32, float64, or string (== 512bit *Float)
481 {"%+.3F", float32(-1.0), "-1.000"},
493 {"%b", float32(1.0), "8388608p-23"},
507 {"%g", float32(1234.5678e3), "1.2345678e+06"},
511 {"%g", float32(-1e-9), "-1e-09"},
518 {"%G", float32(1234.5678e3), "1.2345678E+06"},
522 {"%G", float32(-1e-9), "-1E-09"},
574 {"%v", float32(-1e-9), "-1e-09"},
590 case float32:
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug085.go 23 universe scope (contains predeclared identifiers int, float32, int32, len, etc.)
issue7316.go 27 "float32", "float64",
issue7867.go 26 "float32", "float64",
  /prebuilts/go/linux-x86/src/math/big/
floatconv_test.go 473 value interface{} // float32, float64, or string (== 512bit *Float)
481 {"%+.3F", float32(-1.0), "-1.000"},
493 {"%b", float32(1.0), "8388608p-23"},
507 {"%g", float32(1234.5678e3), "1.2345678e+06"},
511 {"%g", float32(-1e-9), "-1e-09"},
518 {"%G", float32(1234.5678e3), "1.2345678E+06"},
522 {"%G", float32(-1e-9), "-1E-09"},
574 {"%v", float32(-1e-9), "-1e-09"},
590 case float32:
  /prebuilts/go/linux-x86/test/fixedbugs/
bug085.go 23 universe scope (contains predeclared identifiers int, float32, int32, len, etc.)
issue7316.go 27 "float32", "float64",
issue7867.go 26 "float32", "float64",
  /prebuilts/go/darwin-x86/src/fmt/
stringer_test.go 24 type TF32 float32
41 func (v TF32) String() string { return Sprintf("F32: %f", float32(v)) }
  /prebuilts/go/darwin-x86/src/go/types/
exprstring_test.go 48 dup("x.(struct{x int; y, z float32; E})"),
53 dup("x.(func(x, y int, z float32) (r int))"),
typestring_test.go 44 dup("float32"),
59 z float32 "foo"
60 }`, `struct{x int; y int; z float32 "foo"}`},
69 dup("*struct{a int; b float32}"),
97 dup(`interface{String() string; m(int) float32}`),
  /prebuilts/go/linux-x86/src/fmt/
stringer_test.go 24 type TF32 float32
41 func (v TF32) String() string { return Sprintf("F32: %f", float32(v)) }
  /prebuilts/go/linux-x86/src/go/types/
exprstring_test.go 48 dup("x.(struct{x int; y, z float32; E})"),
53 dup("x.(func(x, y int, z float32) (r int))"),
typestring_test.go 44 dup("float32"),
59 z float32 "foo"
60 }`, `struct{x int; y int; z float32 "foo"}`},
69 dup("*struct{a int; b float32}"),
97 dup(`interface{String() string; m(int) float32}`),
  /external/vulkan-validation-layers/libs/glm/
fwd.hpp 1455 typedef lowp_float32 float32; typedef in namespace:glm
1481 typedef mediump_float32 float32; typedef in namespace:glm
1507 typedef highp_float32 float32; typedef in namespace:glm
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
parse_delay_file.m 55 clock = fread(fid, 1, '*float32');
58 % read int32 + float32 in one go
71 clock = fread(fid, 1, '*float32');
  /external/flatbuffers/go/
encode.go 101 // GetFloat32 decodes a little-endian float32 from a byte slice.
102 func GetFloat32(buf []byte) float32 {
193 // WriteFloat32 encodes a little-endian float32 into a byte slice.
194 func WriteFloat32(buf []byte, n float32) {
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue2462.go 85 func exportfloat32() float32 {

Completed in 569 milliseconds

1 2 3 4 56 7 8 91011>>