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_barrierf
(Results
1 - 15
of
15
) sorted by relevance
/third_party/musl/arch/aarch64/
H
A
D
fp_arch.h
1
#define
fp_barrierf
fp_barrierf
macro
2
static inline float
fp_barrierf
(float x)
in fp_barrierf()
function
/third_party/musl/porting/liteos_m/kernel/src/internal/
H
A
D
libm.h
121
#ifndef
fp_barrierf
122
#define
fp_barrierf
fp_barrierf
macro
123
static inline float
fp_barrierf
(float x)
in fp_barrierf()
function
/third_party/musl/porting/uniproton/kernel/src/internal/
H
A
D
libm.h
121
#ifndef
fp_barrierf
122
#define
fp_barrierf
fp_barrierf
macro
123
static inline float
fp_barrierf
(float x)
in fp_barrierf()
function
/third_party/musl/porting/liteos_a/kernel/src/internal/
H
A
D
libm.h
120
#ifndef
fp_barrierf
121
#define
fp_barrierf
fp_barrierf
macro
122
static inline float
fp_barrierf
(float x)
in fp_barrierf()
function
/third_party/musl/src/internal/
H
A
D
libm.h
120
#ifndef
fp_barrierf
121
#define
fp_barrierf
fp_barrierf
macro
122
static inline float
fp_barrierf
(float x)
in fp_barrierf()
function
/third_party/musl/porting/uniproton/kernel/src/math/
H
A
D
__math_xflowf.c
5
return eval_as_float(
fp_barrierf
(sign ? -y : y) * y);
in __math_xflowf()
H
A
D
__math_divzerof.c
5
return
fp_barrierf
(sign ? -1.0f : 1.0f) / 0.0f;
in __math_divzerof()
/third_party/musl/porting/liteos_m/kernel/src/math/
H
A
D
__math_divzerof.c
5
return
fp_barrierf
(sign ? -1.0f : 1.0f) / 0.0f;
in __math_divzerof()
H
A
D
__math_xflowf.c
5
return eval_as_float(
fp_barrierf
(sign ? -y : y) * y);
in __math_xflowf()
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
__math_divzerof.c
5
return
fp_barrierf
(sign ? -1.0f : 1.0f) / 0.0f;
in __math_divzerof()
H
A
D
__math_xflowf.c
5
return eval_as_float(
fp_barrierf
(sign ? -y : y) * y);
in __math_xflowf()
H
A
D
powf.c
155
return iy & 0x80000000 ?
fp_barrierf
(1 / x2) : x2;
in powf()
/third_party/musl/src/math/
H
A
D
__math_divzerof.c
5
return
fp_barrierf
(sign ? -1.0f : 1.0f) / 0.0f;
in __math_divzerof()
H
A
D
__math_xflowf.c
5
return eval_as_float(
fp_barrierf
(sign ? -y : y) * y);
in __math_xflowf()
H
A
D
powf.c
155
return iy & 0x80000000 ?
fp_barrierf
(1 / x2) : x2;
in powf()
Completed in 5 milliseconds