OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fmtP
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/math/big/
ftoa.go
78
return x.
fmtP
(buf)
339
//
fmtP
appends the string of x in the format "0x." mantissa "p" exponent
344
func (x *Float)
fmtP
(buf []byte) []byte {
/prebuilts/go/linux-x86/src/math/big/
ftoa.go
78
return x.
fmtP
(buf)
339
//
fmtP
appends the string of x in the format "0x." mantissa "p" exponent
344
func (x *Float)
fmtP
(buf []byte) []byte {
Completed in 226 milliseconds