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:WANT_ERRNO
(Results
1 - 6
of
6
) sorted by relevance
/third_party/optimized-routines/math/
H
A
D
math_config.h
21
#ifndef
WANT_ERRNO
25
# define
WANT_ERRNO
0
macro
29
# define WANT_ERRNO_UFLOW (WANT_ROUNDING &&
WANT_ERRNO
)
291
return
WANT_ERRNO
? __math_check_oflow (x) : x;
in check_oflow()
298
return
WANT_ERRNO
? __math_check_uflow (x) : x;
in check_uflow()
310
return
WANT_ERRNO
? __math_check_oflowf (x) : x;
in check_oflowf()
317
return
WANT_ERRNO
? __math_check_uflowf (x) : x;
in check_uflowf()
H
A
D
powf.c
164
#if
WANT_ERRNO
in powf()
200
if (WANT_ROUNDING &&
WANT_ERRNO
in powf()
H
A
D
math_errf.c
10
#if
WANT_ERRNO
H
A
D
math_err.c
10
#if
WANT_ERRNO
H
A
D
sincosf.c
72
#if
WANT_ERRNO
in sincosf()
H
A
D
pow.c
313
if (
WANT_ERRNO
&& 2 * ix == 0 && iy >> 63)
in pow()
Completed in 3 milliseconds