index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Modules
/
Inputs
/
libc-libcxx
/
include
/
c++
/
math.h
blob: 890db371de660ee4a79636bd75102876181bdf2e (
plain
)
1
2
#include_next <math.h> template<typename T> T abs(T t) { return (t < 0) ? -t : t; }