| /src/external/gpl3/binutils/dist/include/opcode/ |
| wasm.h | 112 WASM_OPCODE (0x5b, "f32.eq", f32, i32, relational, floating) 113 WASM_OPCODE (0x5c, "f32.ne", f32, i32, relational, floating) 114 WASM_OPCODE (0x5d, "f32.lt", f32, i32, relational, floating) 115 WASM_OPCODE (0x5e, "f32.gt", f32, i32, relational, floating) 116 WASM_OPCODE (0x5f, "f32.le", f32, i32, relational, floating) 117 WASM_OPCODE (0x60, "f32.ge", f32, i32, relational, floating) 119 WASM_OPCODE (0x61, "f64.eq", f64, i32, relational, floating) 120 WASM_OPCODE (0x62, "f64.ne", f64, i32, relational, floating) 121 WASM_OPCODE (0x63, "f64.lt", f64, i32, relational, floating) 122 WASM_OPCODE (0x64, "f64.gt", f64, i32, relational, floating) [all...] |
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| wasm.h | 112 WASM_OPCODE (0x5b, "f32.eq", f32, i32, relational, floating) 113 WASM_OPCODE (0x5c, "f32.ne", f32, i32, relational, floating) 114 WASM_OPCODE (0x5d, "f32.lt", f32, i32, relational, floating) 115 WASM_OPCODE (0x5e, "f32.gt", f32, i32, relational, floating) 116 WASM_OPCODE (0x5f, "f32.le", f32, i32, relational, floating) 117 WASM_OPCODE (0x60, "f32.ge", f32, i32, relational, floating) 119 WASM_OPCODE (0x61, "f64.eq", f64, i32, relational, floating) 120 WASM_OPCODE (0x62, "f64.ne", f64, i32, relational, floating) 121 WASM_OPCODE (0x63, "f64.lt", f64, i32, relational, floating) 122 WASM_OPCODE (0x64, "f64.gt", f64, i32, relational, floating) [all...] |
| /src/external/gpl3/gdb/dist/include/opcode/ |
| wasm.h | 112 WASM_OPCODE (0x5b, "f32.eq", f32, i32, relational, floating) 113 WASM_OPCODE (0x5c, "f32.ne", f32, i32, relational, floating) 114 WASM_OPCODE (0x5d, "f32.lt", f32, i32, relational, floating) 115 WASM_OPCODE (0x5e, "f32.gt", f32, i32, relational, floating) 116 WASM_OPCODE (0x5f, "f32.le", f32, i32, relational, floating) 117 WASM_OPCODE (0x60, "f32.ge", f32, i32, relational, floating) 119 WASM_OPCODE (0x61, "f64.eq", f64, i32, relational, floating) 120 WASM_OPCODE (0x62, "f64.ne", f64, i32, relational, floating) 121 WASM_OPCODE (0x63, "f64.lt", f64, i32, relational, floating) 122 WASM_OPCODE (0x64, "f64.gt", f64, i32, relational, floating) [all...] |
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| wasm.h | 112 WASM_OPCODE (0x5b, "f32.eq", f32, i32, relational, floating) 113 WASM_OPCODE (0x5c, "f32.ne", f32, i32, relational, floating) 114 WASM_OPCODE (0x5d, "f32.lt", f32, i32, relational, floating) 115 WASM_OPCODE (0x5e, "f32.gt", f32, i32, relational, floating) 116 WASM_OPCODE (0x5f, "f32.le", f32, i32, relational, floating) 117 WASM_OPCODE (0x60, "f32.ge", f32, i32, relational, floating) 119 WASM_OPCODE (0x61, "f64.eq", f64, i32, relational, floating) 120 WASM_OPCODE (0x62, "f64.ne", f64, i32, relational, floating) 121 WASM_OPCODE (0x63, "f64.lt", f64, i32, relational, floating) 122 WASM_OPCODE (0x64, "f64.gt", f64, i32, relational, floating) [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_trampoline_arm.S | 14 @ Assume that "q" part of the floating-point registers is not used 21 @ Save floating-point parameters of the instrumented function 35 @ Restore floating-point parameters of the instrumented function 44 @ Assume that "q" part of the floating-point registers is not used for the 51 @ Save the floating-point return value of the instrumented function 66 @ Restore the floating-point return value of the instrumented function 75 @ Assume that "q" part of the floating-point registers is not used 82 @ Save floating-point parameters of the instrumented function 98 @ Restore floating-point parameters of the instrumented function
|
| xray_trampoline_powerpc64_asm.S | 10 # floating point, and vector parameters, so that we only spill those live ones. 151 # floating point, and vector parameters, so that we only spill those live ones.
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| json.d | 36 assert(j["rating"].floating == 3.5); 66 nan = "NaN", /// string representation of floating-point NaN 67 inf = "Infinite", /// string representation of floating-point Infinity 68 negativeInf = "-Infinite", /// string representation of floating-point negative Infinity 127 double floating; 222 @property double floating() const pure @safe 225 "JSONValue is not a floating type"); 226 return store.floating; 229 @property double floating(double v) pure nothrow @safe @nogc 232 return store.floating; [all...] |
| /src/usr.bin/make/unit-tests/ |
| cond-cmp-numeric-eq.mk | 62 . error Probably a misconfiguration in the floating point environment, \ 63 or maybe a machine without IEEE 754 floating point support.
|
| varname-dot-make-jobs.mk | 25 # If -j arg is floating point or ends in C;
|
| varmod-order-numeric.mk | 15 # 'double' instead, but that would allow floating-point numbers as well, which
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/ |
| README.md | 23 It parses the character sequence [first,last) for a number. It parses floating-point numbers expecting 25 The resulting floating-point value is the closest floating-point values (using either float or double), 64 * It is generally impossible to represent a decimal value exactly as binary floating-point number (`float` and `double` types). We seek the nearest value. We round to an even mantissa when we are in-between two binary floating-point numbers. 156 It can parse random floating-point numbers at a speed of 1 GB/s on some systems. We find that it is often twice as fast as the best available competitor, and many times faster than many standard-library implementations.
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/ |
| README.md | 30 It parses the character sequence [first,last) for a number. It parses floating-point numbers expecting 32 The resulting floating-point value is the closest floating-point values (using either float or double), 71 * It is generally impossible to represent a decimal value exactly as binary floating-point number (`float` and `double` types). We seek the nearest value. We round to an even mantissa when we are in-between two binary floating-point numbers. 133 It can parse random floating-point numbers at a speed of 1 GB/s on some systems. We find that it is often twice as fast as the best available competitor, and many times faster than many standard-library implementations.
|
| /src/external/lgpl3/gmp/dist/printf/ |
| doprnt.c | 362 floating: 394 goto floating; 416 goto floating;
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| smoothstep.sh | 70 * that floating point math can be avoided.
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| smoothstep.sh | 70 * that floating point math can be avoided.
|
| /src/external/gpl3/gcc/dist/libgcc/config/rl78/ |
| signbit.S | 32 ;; This is not the same as `x < 0.0', because IEEE 754 floating point
|
| fpbit-sf.S | 28 ;; Negate the floating point value. 266 ;; Converts its floating point argument into a signed long, 326 ;; Converts its floating point argument into an unsigned long 471 ;; Converts its signed long argument into a floating point. 518 ;; Converts its unsigned long argument into a floating point. 562 ;; Assemble the final floating point value. We have...
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/ |
| signbit.S | 32 ;; This is not the same as `x < 0.0', because IEEE 754 floating point
|
| /src/lib/libm/arch/vax/ |
| n_cabs.S | 64 ENTRY(_hypot, 0x8040) # save %r6, enable floating overflow 71 ENTRY(z_abs, 0x8040) # save %r6, enable floating overflow
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_common_interceptors_format.inc | 74 // Returns true if the character is an floating point conversion specifier. 466 Report("WARNING: unexpected floating-point arg size" \
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors_format.inc | 73 // Returns true if the character is an floating point conversion specifier. 479 Report("WARNING: unexpected floating-point arg size" \
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors_format.inc | 73 // Returns true if the character is an floating point conversion specifier. 471 Report("WARNING: unexpected floating-point arg size" \
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| windows-nat.h | 471 static constexpr DWORD floating = CONTEXT_FLOATING_POINT; member in struct:WindowsContext 487 static constexpr DWORD floating = WOW64_CONTEXT_FLOATING_POINT; member in struct:WindowsContext
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| mi-var-cmd.exp | 570 "floating varobj invalidation" 591 lappend inline_tests floating
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/ |
| mi-var-cmd.exp | 570 "floating varobj invalidation" 591 lappend inline_tests floating
|