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:IEEE_8087
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/contrib/gdtoa/
H
A
D
gdtoaimp.h
84
* #define
IEEE_8087
for IEEE-arithmetic machines where the least
226
#ifdef
IEEE_8087
287
#if defined(
IEEE_8087
) + defined(IEEE_MC68k) + defined(VAX) + defined(IBM) != 1
288
Exactly one of
IEEE_8087
, IEEE_MC68k, VAX, or IBM should be defined.
variable
293
#ifdef
IEEE_8087
306
#if defined(
IEEE_8087
) + defined(VAX)
/third_party/FreeBSD/lib/libc/arm/
H
A
D
arith.h
12
#define
IEEE_8087
macro
/third_party/FreeBSD/lib/libc/aarch64/
H
A
D
arith.h
12
#define
IEEE_8087
macro
/third_party/python/Python/
H
A
D
dtoa.c
137
# define
IEEE_8087
macro
143
#if defined(
IEEE_8087
) + defined(IEEE_MC68k) != 1
144
#error "Exactly one of
IEEE_8087
or IEEE_MC68k should be defined."
186
#ifdef
IEEE_8087
227
#if defined(
IEEE_8087
)
Completed in 6 milliseconds