Searched refs:fp1 (Results 1 - 2 of 2) sorted by relevance

/bionic/tests/
H A Dfcntl_test.cpp226 FILE* fp1 = fdopen(pipe1[0], "r"); local
227 ASSERT_TRUE(fp1 != NULL);
228 ASSERT_TRUE(fgets(buf1, sizeof(buf1), fp1) != NULL);
229 fclose(fp1);
/bionic/tests/math_data/
H A Dlog10f_intel_data.h60 0x1.010fp1

Completed in 50 milliseconds