MCPcopy Create free account
hub / github.com/apache/arrow / signbit

Method signbit

cpp/src/parquet/statistics_test.cc:1533–1535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1531
1532template <typename T>
1533bool TestFloatStatistics<T>::signbit(c_type val) {
1534 return std::signbit(val);
1535}
1536template <>
1537bool TestFloatStatistics<Float16LogicalType>::signbit(c_type val) {
1538 return Float16::FromLittleEndian(val.ptr).signbit();

Callers 9

CheckMinMaxZeroesSignMethod · 0.95
operator()Method · 0.80
TestRoundTripMethod · 0.80
TestRoundTripFromNaNMethod · 0.80
TestRoundTripFromInfMethod · 0.80
TESTFunction · 0.80
CompareLtFunction · 0.80
CallMethod · 0.80
CleanFloat16StatisticFunction · 0.80

Calls 2

signbitFunction · 0.85
FromLittleEndianFunction · 0.50

Tested by

no test coverage detected