OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ONE
(Results
1 - 25
of
43
) sorted by relevancy
1
2
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-math.c
20
ONE
= 1,
scm-value.c
34
ONE
= 1,
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-math.c
20
ONE
= 1,
scm-value.c
34
ONE
= 1,
/src/lib/libc/quad/
fixunsdfdi.c
53
#define
ONE
(ONE_FOURTH * 4.0)
77
* limit is
one
ulp less than 18446744073709551615 tested for above.
82
tmp = x /
ONE
;
83
t.ul[L] = (unsigned int) (x - tmp *
ONE
);
fixunssfdi.c
53
#define
ONE
(ONE_FOURTH * 4.0)
85
toppart = (x - ONE_HALF) /
ONE
;
/src/tests/usr.bin/xlint/lint1/
msg_206.c
9
ONE
, TWO, THREE
16
case
ONE
:
23
case
ONE
:
34
case
ONE
:
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
info-macros.c
3
#ifdef
ONE
40
#define
ONE
60
#undef
ONE
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
index.cc
20
enum E {
ONE
, TWO };
21
E e_value =
ONE
;
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
info-macros.c
3
#ifdef
ONE
40
#define
ONE
60
#undef
ONE
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
index.cc
20
enum E {
ONE
, TWO };
21
E e_value =
ONE
;
/src/usr.bin/make/unit-tests/
varmod-select-words.mk
14
LIST=
one
two three four five six
24
ONE
= 1
171
@echo 'LIST:[$${ZERO}x$${
ONE
}]="${LIST:[${ZERO}x${
ONE
}]}"'
172
@echo 'LIST:[$${
ONE
}]="${LIST:[${
ONE
}]}"'
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
RegisterValue.h
35
ONE
, // 1.0
39
ULP, //
One
Unit in the last place
/src/crypto/external/apache2/openssl/lib/libcrypto/arch/x86_64/
aes-gcm-avx512.S
22397
vpaddd
ONE
(%rip),%xmm2,%xmm0
[
all
...]
/src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/
field.h
78
static const gf ZERO = { { { 0 } } },
ONE
= { { { 1 } } };
/src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
field.h
79
static const gf ZERO = {{{0}}},
ONE
= {{{1}}};
/src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
field.h
74
static const gf ZERO = {{{0}}},
ONE
= {{{1}}};
/src/external/gpl3/gcc/dist/libquadmath/math/
cosq_kernel.c
23
#define
ONE
c[0]
26
/* cos x ~
ONE
+ x^2 ( SCOS1 + SCOS2 * x^2 + ... + SCOS4 * x^6 + SCOS5 * x^8 )
39
/* cos x ~
ONE
+ x^2 ( COS1 + COS2 * x^2 + ... + COS7 * x^12 + COS8 * x^14 )
58
/* sin x ~
ONE
* x + x^3 ( SSIN1 + SSIN2 * x^2 + ... + SSIN4 * x^6 + SSIN5 * x^8 )
92
if (!((int)x)) return
ONE
; /* generate inexact */
94
return
ONE
+ (z*(COS1+z*(COS2+z*(COS3+z*(COS4+
123
sin_l = l*(
ONE
+z*(SSIN1+z*(SSIN2+z*(SSIN3+z*(SSIN4+z*SSIN5)))));
sinq_kernel.c
23
#define
ONE
c[0]
26
/* cos x ~
ONE
+ x^2 ( SCOS1 + SCOS2 * x^2 + ... + SCOS4 * x^6 + SCOS5 * x^8 )
39
/* sin x ~
ONE
* x + x^3 ( SIN1 + SIN2 * x^2 + ... + SIN7 * x^12 + SIN8 * x^14 )
58
/* sin x ~
ONE
* x + x^3 ( SSIN1 + SSIN2 * x^2 + ... + SSIN4 * x^6 + SSIN5 * x^8 )
125
sin_l = l*(
ONE
+z*(SSIN1+z*(SSIN2+z*(SSIN3+z*(SSIN4+z*SSIN5)))));
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
generic_128.c
38
#define
ONE
((uint128_t) 1)
62
fd.mantissa = explicitLeadingBit ? ieeeMantissa & ((
ONE
<< (mantissaBits - 1)) - 1) : ieeeMantissa;
85
m2 = (
ONE
<< mantissaBits) | ieeeMantissa;
99
(ieeeMantissa != (explicitLeadingBit ?
ONE
<< (mantissaBits - 1) : 0))
125
// Only
one
of mp, mv, and mm can be a multiple of 5, if any.
163
// mp = mv + 2, so it always has at least
one
trailing 0 bit.
/src/external/gpl3/gcc.old/dist/libquadmath/math/
cosq_kernel.c
23
#define
ONE
c[0]
26
/* cos x ~
ONE
+ x^2 ( SCOS1 + SCOS2 * x^2 + ... + SCOS4 * x^6 + SCOS5 * x^8 )
39
/* cos x ~
ONE
+ x^2 ( COS1 + COS2 * x^2 + ... + COS7 * x^12 + COS8 * x^14 )
58
/* sin x ~
ONE
* x + x^3 ( SSIN1 + SSIN2 * x^2 + ... + SSIN4 * x^6 + SSIN5 * x^8 )
92
if (!((int)x)) return
ONE
; /* generate inexact */
94
return
ONE
+ (z*(COS1+z*(COS2+z*(COS3+z*(COS4+
123
sin_l = l*(
ONE
+z*(SSIN1+z*(SSIN2+z*(SSIN3+z*(SSIN4+z*SSIN5)))));
sinq_kernel.c
23
#define
ONE
c[0]
26
/* cos x ~
ONE
+ x^2 ( SCOS1 + SCOS2 * x^2 + ... + SCOS4 * x^6 + SCOS5 * x^8 )
39
/* sin x ~
ONE
* x + x^3 ( SIN1 + SIN2 * x^2 + ... + SIN7 * x^12 + SIN8 * x^14 )
58
/* sin x ~
ONE
* x + x^3 ( SSIN1 + SSIN2 * x^2 + ... + SSIN4 * x^6 + SSIN5 * x^8 )
125
sin_l = l*(
ONE
+z*(SSIN1+z*(SSIN2+z*(SSIN3+z*(SSIN4+z*SSIN5)))));
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/
generic_128.c
38
#define
ONE
((uint128_t) 1)
62
fd.mantissa = explicitLeadingBit ? ieeeMantissa & ((
ONE
<< (mantissaBits - 1)) - 1) : ieeeMantissa;
85
m2 = (
ONE
<< mantissaBits) | ieeeMantissa;
99
(ieeeMantissa != (explicitLeadingBit ?
ONE
<< (mantissaBits - 1) : 0))
125
// Only
one
of mp, mv, and mm can be a multiple of 5, if any.
163
// mp = mv + 2, so it always has at least
one
trailing 0 bit.
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-value.c
36
ONE
= 1,
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-value.c
36
ONE
= 1,
Completed in 65 milliseconds
1
2
Indexes created Sun Mar 01 05:31:48 UTC 2026