OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:posinf
(Results
1 - 3
of
3
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
complex.go
16
func
posinf
() float64 {
func
40
return complex(
posinf
(),
posinf
())
47
return complex(
posinf
(),
posinf
())
/prebuilts/go/linux-x86/src/runtime/
complex.go
16
func
posinf
() float64 {
func
40
return complex(
posinf
(),
posinf
())
47
return complex(
posinf
(),
posinf
())
/frameworks/rs/driver/runtime/
rs_cl.c
303
static float
posinf
() {
function
678
return
posinf
();
684
return copysign(
posinf
(), v);
686
return
posinf
();
[
all
...]
Completed in 148 milliseconds