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:fp_barrier
(Results
1 - 23
of
23
) sorted by relevance
/third_party/musl/arch/aarch64/
H
A
D
fp_arch.h
8
#define
fp_barrier
fp_barrier
macro
9
static inline double
fp_barrier
(double x)
in fp_barrier()
function
/third_party/musl/porting/liteos_m/kernel/src/internal/
H
A
D
libm.h
117
/*
fp_barrier
returns its input, but limits code transformations
130
#ifndef
fp_barrier
131
#define
fp_barrier
fp_barrier
macro
132
static inline double
fp_barrier
(double x)
in fp_barrier()
function
150
expression, an additional
fp_barrier
may be needed or a compilation
/third_party/musl/porting/uniproton/kernel/src/internal/
H
A
D
libm.h
117
/*
fp_barrier
returns its input, but limits code transformations
130
#ifndef
fp_barrier
131
#define
fp_barrier
fp_barrier
macro
132
static inline double
fp_barrier
(double x)
in fp_barrier()
function
150
expression, an additional
fp_barrier
may be needed or a compilation
/third_party/musl/porting/liteos_a/kernel/src/internal/
H
A
D
libm.h
116
/*
fp_barrier
returns its input, but limits code transformations
129
#ifndef
fp_barrier
130
#define
fp_barrier
fp_barrier
macro
131
static inline double
fp_barrier
(double x)
in fp_barrier()
function
149
expression, an additional
fp_barrier
may be needed or a compilation
/third_party/musl/src/internal/
H
A
D
libm.h
116
/*
fp_barrier
returns its input, but limits code transformations
129
#ifndef
fp_barrier
130
#define
fp_barrier
fp_barrier
macro
131
static inline double
fp_barrier
(double x)
in fp_barrier()
function
149
expression, an additional
fp_barrier
may be needed or a compilation
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
__math_divzero.c
5
return
fp_barrier
(sign ? -1.0 : 1.0) / 0.0;
in __math_divzero()
H
A
D
__math_xflow.c
5
return eval_as_double(
fp_barrier
(sign ? -y : y) * y);
in __math_xflow()
H
A
D
pow.c
156
fp_force_eval(
fp_barrier
(0x1p-1022) * 0x1p-1022);
in specialcase()
291
return iy >> 63 ?
fp_barrier
(1 / x2) : x2;
in pow()
H
A
D
exp.c
60
fp_force_eval(
fp_barrier
(0x1p-1022) * 0x1p-1022);
in specialcase()
H
A
D
exp2.c
58
fp_force_eval(
fp_barrier
(0x1p-1022) * 0x1p-1022);
in specialcase()
/third_party/musl/porting/liteos_m/kernel/src/math/
H
A
D
__math_divzero.c
5
return
fp_barrier
(sign ? -1.0 : 1.0) / 0.0;
in __math_divzero()
H
A
D
__math_xflow.c
5
return eval_as_double(
fp_barrier
(sign ? -y : y) * y);
in __math_xflow()
H
A
D
pow.c
156
fp_force_eval(
fp_barrier
(0x1p-1022) * 0x1p-1022);
in specialcase()
291
return iy >> 63 ?
fp_barrier
(1 / x2) : x2;
in pow()
H
A
D
log.c
26
return
fp_barrier
(sign ? -1.0 : 1.0) / 0.0;
in __math_divzero()
/third_party/musl/src/math/
H
A
D
__math_divzero.c
5
return
fp_barrier
(sign ? -1.0 : 1.0) / 0.0;
in __math_divzero()
H
A
D
__math_xflow.c
5
return eval_as_double(
fp_barrier
(sign ? -y : y) * y);
in __math_xflow()
H
A
D
pow.c
156
fp_force_eval(
fp_barrier
(0x1p-1022) * 0x1p-1022);
in specialcase()
291
return iy >> 63 ?
fp_barrier
(1 / x2) : x2;
in pow()
H
A
D
exp2.c
58
fp_force_eval(
fp_barrier
(0x1p-1022) * 0x1p-1022);
in specialcase()
H
A
D
exp.c
60
fp_force_eval(
fp_barrier
(0x1p-1022) * 0x1p-1022);
in specialcase()
/third_party/musl/porting/uniproton/kernel/src/math/
H
A
D
__math_divzero.c
5
return
fp_barrier
(sign ? -1.0 : 1.0) / 0.0;
in __math_divzero()
H
A
D
__math_xflow.c
5
return eval_as_double(
fp_barrier
(sign ? -y : y) * y);
in __math_xflow()
H
A
D
pow.c
156
fp_force_eval(
fp_barrier
(0x1p-1022) * 0x1p-1022);
in specialcase()
291
return iy >> 63 ?
fp_barrier
(1 / x2) : x2;
in pow()
H
A
D
log.c
26
return
fp_barrier
(sign ? -1.0 : 1.0) / 0.0;
in __math_divzero()
Completed in 10 milliseconds