Home
last modified time | relevance | path

Searched defs:RoundToZero (Results 1 – 21 of 21) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Decimal/
H A Ddecimal.h50 RoundToZero, /* RZ - no rounding */ enumerator
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Decimal/
H A Ddecimal.h50 RoundToZero, /* RZ - no rounding */ enumerator
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Decimal/
H A Ddecimal.h50 RoundToZero, /* RZ - no rounding */ enumerator
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Decimal/
H A Ddecimal.h50 RoundToZero, /* RZ - no rounding */ enumerator
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Decimal/
H A Ddecimal.h50 RoundToZero, /* RZ - no rounding */ enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Decimal/
H A Ddecimal.h50 RoundToZero, /* RZ - no rounding */ enumerator
/dports/devel/f18/f18-1688bef/lib/decimal/
H A Ddecimal.h56 RoundToZero, /* RZ - no rounding */ enumerator
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Decimal/
H A Ddecimal.h50 RoundToZero, /* RZ - no rounding */ enumerator
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Decimal/
H A Ddecimal.h50 RoundToZero, /* RZ - no rounding */ enumerator
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86-shared/
H A DConstants-x86-shared.h283 RoundToZero = 0x3 enumerator
294 RoundToZero = 0x0B enumerator
/dports/www/firefox/firefox-99.0/js/src/jit/x86-shared/
H A DConstants-x86-shared.h283 RoundToZero = 0x3 enumerator
294 RoundToZero = 0x0B enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86-shared/
H A DConstants-x86-shared.h283 RoundToZero = 0x3 enumerator
294 RoundToZero = 0x0B enumerator
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/conv-0.3.3/src/
H A Dlib.rs360 pub enum RoundToZero {} enum
361 impl ApproxScheme for RoundToZero {} implementation
/dports/games/scummvm/scummvm-2.5.1/audio/soundfont/vab/
H A Dpsxspu.h107 inline int RoundToZero(int val) { in RoundToZero() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86-shared/
H A DConstants-x86-shared.h201 RoundToZero = 0x3 enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86-shared/
H A DConstants-x86-shared.h283 RoundToZero = 0x3 enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86-shared/
H A DConstants-x86-shared.h283 RoundToZero = 0x3 enumerator
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x86-shared/
H A DConstants-x86-shared.h200 RoundToZero = 0x3 enumerator
/dports/multimedia/vlc/vlc-3.0.16/modules/audio_filter/
H A Dcompressor.c538 static void RoundToZero( float *pf_x ) in RoundToZero() function
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.hpp580 RoundToZero = 0x30, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Intrinsics/ref/
H A DSystem.Runtime.Intrinsics.X86.cs185 public static Vector256<float> RoundToZero(Vector256<float> value) { throw null; } in RoundToZero() method in System.Runtime.Intrinsics.X86.Avx
190 public static Vector256<double> RoundToZero(Vector256<double> value) { throw null; } in RoundToZero() method in System.Runtime.Intrinsics.X86.Avx
1264 public static Vector128<float> RoundToZero(Vector128<float> value) { throw null; } in RoundToZero() method in System.Runtime.Intrinsics.X86.Sse41
1271 public static Vector128<double> RoundToZero(Vector128<double> value) { throw null; } in RoundToZero() method in System.Runtime.Intrinsics.X86.Sse41