OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RECIP_EPSILON
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libm/complex/
catrig.c
65
RECIP_EPSILON
= 1 / DBL_EPSILON,
167
* x and y are assumed positive or zero, and less than
RECIP_EPSILON
.
273
* y <
RECIP_EPSILON
. So the following
327
if (ax >
RECIP_EPSILON
|| ay >
RECIP_EPSILON
) {
411
if (ax >
RECIP_EPSILON
|| ay >
RECIP_EPSILON
) {
475
* Optimized version of clog() for |z| finite and larger than ~
RECIP_EPSILON
.
540
*
RECIP_EPSILON
. We avoid unwarranted underflow. It is important to not use
623
if (ax >
RECIP_EPSILON
|| ay > RECIP_EPSILON
[
all
...]
catrigf.c
79
RECIP_EPSILON
= 1 / FLT_EPSILON,
180
if (ax >
RECIP_EPSILON
|| ay >
RECIP_EPSILON
) {
238
if (ax >
RECIP_EPSILON
|| ay >
RECIP_EPSILON
) {
376
if (ax >
RECIP_EPSILON
|| ay >
RECIP_EPSILON
)
catrigl.c
108
RECIP_EPSILON
= 1/LDBL_EPSILON,
212
if (ax >
RECIP_EPSILON
|| ay >
RECIP_EPSILON
) {
267
if (ax >
RECIP_EPSILON
|| ay >
RECIP_EPSILON
) {
403
if (ax >
RECIP_EPSILON
|| ay >
RECIP_EPSILON
)
Completed in 15 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025