Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:roundNearestEven
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H
A
D
softfloat.c
362
flag
roundNearestEven
;
in roundAndPackFloat32()
local
367
roundNearestEven
= (float_rounding_mode() == FPSCR_RM_NEAREST);
in roundAndPackFloat32()
369
if (!
roundNearestEven
) {
in roundAndPackFloat32()
395
zSig &= ~(((roundBits ^ 0x40) == 0) &
roundNearestEven
);
in roundAndPackFloat32()
413
flag
roundNearestEven
;
in roundAndPackFloat64()
local
418
roundNearestEven
= (float_rounding_mode() == FPSCR_RM_NEAREST);
in roundAndPackFloat64()
420
if (!
roundNearestEven
) {
in roundAndPackFloat64()
447
zSig &= ~(((roundBits ^ 0x200) == 0) &
roundNearestEven
);
in roundAndPackFloat64()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H
A
D
softfloat.c
362
flag
roundNearestEven
;
in roundAndPackFloat32()
local
367
roundNearestEven
= (float_rounding_mode() == FPSCR_RM_NEAREST);
in roundAndPackFloat32()
369
if (!
roundNearestEven
) {
in roundAndPackFloat32()
395
zSig &= ~(((roundBits ^ 0x40) == 0) &
roundNearestEven
);
in roundAndPackFloat32()
413
flag
roundNearestEven
;
in roundAndPackFloat64()
local
418
roundNearestEven
= (float_rounding_mode() == FPSCR_RM_NEAREST);
in roundAndPackFloat64()
420
if (!
roundNearestEven
) {
in roundAndPackFloat64()
447
zSig &= ~(((roundBits ^ 0x200) == 0) &
roundNearestEven
);
in roundAndPackFloat64()
/kernel/linux/linux-5.10/arch/arm/nwfpe/
H
A
D
softfloat.c
73
flag
roundNearestEven
;
in roundAndPackInt32()
local
78
roundNearestEven
= ( roundingMode == float_round_nearest_even );
in roundAndPackInt32()
80
if ( !
roundNearestEven
) {
in roundAndPackInt32()
96
absZ &= ~ ( ( ( roundBits ^ 0x40 ) == 0 ) &
roundNearestEven
);
in roundAndPackInt32()
220
flag
roundNearestEven
;
in roundAndPackFloat32()
local
225
roundNearestEven
= ( roundingMode == float_round_nearest_even );
in roundAndPackFloat32()
227
if ( !
roundNearestEven
) {
in roundAndPackFloat32()
263
zSig &= ~ ( ( ( roundBits ^ 0x40 ) == 0 ) &
roundNearestEven
);
in roundAndPackFloat32()
391
flag
roundNearestEven
;
in roundAndPackFloat64()
local
396
roundNearestEven
in roundAndPackFloat64()
570
flag
roundNearestEven
, increment, isTiny;
roundAndPackFloatx80()
local
[all...]
/kernel/linux/linux-6.6/arch/arm/nwfpe/
H
A
D
softfloat.c
73
flag
roundNearestEven
;
in roundAndPackInt32()
local
78
roundNearestEven
= ( roundingMode == float_round_nearest_even );
in roundAndPackInt32()
80
if ( !
roundNearestEven
) {
in roundAndPackInt32()
96
absZ &= ~ ( ( ( roundBits ^ 0x40 ) == 0 ) &
roundNearestEven
);
in roundAndPackInt32()
220
flag
roundNearestEven
;
in roundAndPackFloat32()
local
225
roundNearestEven
= ( roundingMode == float_round_nearest_even );
in roundAndPackFloat32()
227
if ( !
roundNearestEven
) {
in roundAndPackFloat32()
263
zSig &= ~ ( ( ( roundBits ^ 0x40 ) == 0 ) &
roundNearestEven
);
in roundAndPackFloat32()
391
flag
roundNearestEven
;
in roundAndPackFloat64()
local
396
roundNearestEven
in roundAndPackFloat64()
570
flag
roundNearestEven
, increment, isTiny;
roundAndPackFloatx80()
local
[all...]
Completed in 8 milliseconds