HomeSort by relevance Sort by last modified time
    Searched refs:inf32 (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
softfloat64.go 25 inf32 uint32 = (1<<expbits32 - 1) << mantbits32
170 return sign ^ inf32
324 return fs32 ^ inf32
24 inf32 uint32 = (1<<expbits32 - 1) << mantbits32 const
  /prebuilts/go/linux-x86/src/runtime/
softfloat64.go 25 inf32 uint32 = (1<<expbits32 - 1) << mantbits32
170 return sign ^ inf32
324 return fs32 ^ inf32
24 inf32 uint32 = (1<<expbits32 - 1) << mantbits32 const
  /external/skia/tests/
MathTest.cpp 300 static const FloatUnion inf32 = { 255 << 23 }; local
301 h = SkFloatToHalf(inf32.fF);
  /external/skqp/tests/
MathTest.cpp 300 static const FloatUnion inf32 = { 255 << 23 }; local
301 h = SkFloatToHalf(inf32.fF);

Completed in 335 milliseconds