Home
last modified time | relevance | path

Searched refs:mpfrInput (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp479 return mpfrInput.abs(); in unary_operation()
481 return mpfrInput.ceil(); in unary_operation()
483 return mpfrInput.cos(); in unary_operation()
485 return mpfrInput.exp(); in unary_operation()
487 return mpfrInput.exp2(); in unary_operation()
489 return mpfrInput.expm1(); in unary_operation()
493 return mpfrInput.log(); in unary_operation()
495 return mpfrInput.log2(); in unary_operation()
509 return mpfrInput.sin(); in unary_operation()
511 return mpfrInput.sqrt(); in unary_operation()
[all …]