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

  /prebuilts/go/darwin-x86/src/runtime/
softfloat64.go 24 nan32 uint32 = (1<<expbits32-1)<<mantbits32 + 1
320 return nan32
22 nan32 uint32 = (1<<expbits32-1)<<mantbits32 + 1 const
  /prebuilts/go/linux-x86/src/runtime/
softfloat64.go 24 nan32 uint32 = (1<<expbits32-1)<<mantbits32 + 1
320 return nan32
22 nan32 uint32 = (1<<expbits32-1)<<mantbits32 + 1 const
  /external/skia/tests/
MathTest.cpp 390 static const FloatUnion nan32 = { 255 << 23 | 1 }; local
391 h = SkFloatToHalf(nan32.fF);

Completed in 988 milliseconds