/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
Type.h | 61 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa) 286 /// Return the width of the mantissa of this type. This is only valid on 287 /// floating-point types. If the FP type does not have a stable mantissa (e.g.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
Type.h | 61 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa) 286 /// Return the width of the mantissa of this type. This is only valid on 287 /// floating-point types. If the FP type does not have a stable mantissa (e.g.
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/ |
Type.h | 62 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa) 288 /// Return the width of the mantissa of this type. This is only valid on 289 /// floating-point types. If the FP type does not have a stable mantissa (e.g.
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/ |
Type.h | 62 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa) 288 /// Return the width of the mantissa of this type. This is only valid on 289 /// floating-point types. If the FP type does not have a stable mantissa (e.g.
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/ |
Type.h | 62 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa) 294 /// Return the width of the mantissa of this type. This is only valid on 295 /// floating-point types. If the FP type does not have a stable mantissa (e.g.
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/ |
Type.h | 62 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa) 294 /// Return the width of the mantissa of this type. This is only valid on 295 /// floating-point types. If the FP type does not have a stable mantissa (e.g.
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/ |
Type.h | 62 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa) 294 /// Return the width of the mantissa of this type. This is only valid on 295 /// floating-point types. If the FP type does not have a stable mantissa (e.g.
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/ |
Type.h | 62 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa) 294 /// Return the width of the mantissa of this type. This is only valid on 295 /// floating-point types. If the FP type does not have a stable mantissa (e.g.
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
Type.h | 61 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa) 286 /// Return the width of the mantissa of this type. This is only valid on 287 /// floating-point types. If the FP type does not have a stable mantissa (e.g.
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/ |
Type.h | 62 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa) 288 /// Return the width of the mantissa of this type. This is only valid on 289 /// floating-point types. If the FP type does not have a stable mantissa (e.g.
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/ |
Type.h | 62 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa) 288 /// Return the width of the mantissa of this type. This is only valid on 289 /// floating-point types. If the FP type does not have a stable mantissa (e.g.
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/ |
Type.h | 62 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa) 294 /// Return the width of the mantissa of this type. This is only valid on 295 /// floating-point types. If the FP type does not have a stable mantissa (e.g.
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/ |
Type.h | 62 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa) 294 /// Return the width of the mantissa of this type. This is only valid on 295 /// floating-point types. If the FP type does not have a stable mantissa (e.g.
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/ |
Type.h | 62 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa) 294 /// Return the width of the mantissa of this type. This is only valid on 295 /// floating-point types. If the FP type does not have a stable mantissa (e.g.
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/ |
Type.h | 62 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa) 294 /// Return the width of the mantissa of this type. This is only valid on 295 /// floating-point types. If the FP type does not have a stable mantissa (e.g.
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
scanner.go | 463 // stateE is the state after reading the mantissa and e in a number, 473 // stateESign is the state after reading the mantissa, e, and sign in a number, 483 // stateE0 is the state after reading the mantissa, e, optional sign,
|
/prebuilts/go/darwin-x86/src/math/big/ |
natconv.go | 63 // number = [ prefix ] mantissa . 65 // mantissa = digits | digits "." [ digits ] | "." digits . 226 // there was neither a mantissa digit nor the octal prefix 0
|
float_test.go | [all...] |
/prebuilts/go/linux-x86/src/encoding/json/ |
scanner.go | 463 // stateE is the state after reading the mantissa and e in a number, 473 // stateESign is the state after reading the mantissa, e, and sign in a number, 483 // stateE0 is the state after reading the mantissa, e, optional sign,
|
/prebuilts/go/linux-x86/src/math/big/ |
natconv.go | 63 // number = [ prefix ] mantissa . 65 // mantissa = digits | digits "." [ digits ] | "." digits . 226 // there was neither a mantissa digit nor the octal prefix 0
|
float_test.go | [all...] |
/libcore/ojluni/src/main/java/java/text/ |
DecimalFormatSymbols.java | 528 * Returns the character used to separate the mantissa from the exponent. 535 * Returns the string used to separate the mantissa from the exponent. 548 * Sets the character used to separate the mantissa from the exponent. 558 * Sets the string used to separate the mantissa from the exponent. [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLLogWrapper.java | [all...] |
/external/crcalc/src/com/hp/creals/ |
CR.java | 305 long mantissa = (bits & 0xfffffffffffffL); local 309 mantissa += (1L << 52); 311 mantissa <<= 1; 313 CR result = valueOf(mantissa).shiftLeft(exp); 644 * The <TT>mantissa</tt> component of the result is either "0" 646 * component is zero exactly when the mantissa is "0". [all...] |
/external/valgrind/VEX/priv/ |
guest_generic_x87.c | 117 /* We'll need to know whether or not the mantissa (bits 51:0) is 140 /* There is at least one 1-bit in the mantissa. So it's a 143 mantissa so as to decide how much to bump the exponent down 354 /* Copy bits 63, 62, 61, etc of the src mantissa into the dst, 374 Copy the exponent and mantissa into place. */ 393 truncating the mantissa. */ [all...] |