(new_data[i][j].d[m][n].f == new_data[i][j].d[m][n].f && !H5_FLT_ABS_EQUAL(new_data[i][j].d[m][n].f, new_data[i][j].d[m][n].f))) {
 
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Copyright by The HDF Group.                                               *
 * Copyright by the Board of Trustees of the University of Illinois.         *
 * All rights reserved.                                                      *
 *                                                                           *
 * This file is part of HDF5.  The full HDF5 copyright notice, including     *
 * terms governing use, modification, and redistribution, is contained in    *
 * the COPYING file, which can be found at the root of the source code       *
 * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases.  *
 * If you do not have access to either file, you may request a copy from     *
 * help@hdfgroup.org.                                                        *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
 * Programmer:  Robb Matzke <matzke@llnl.gov>
 *      Tuesday, December  9, 1997
 *
 * Purpose: Tests the dataset interface (H5D)
 */
#define H5D_FRIEND      /*suppress error about including H5Dpkg   */
#define H5D_TESTING
#define H5FD_FRIEND     /*suppress error about including H5FDpkg      */
#define H5FD_TESTING
#define H5Z_FRIEND      /*suppress error about including H5Zpkg   */
#include "h5test.h"
#include "H5srcdir.h"
#include "H5Dpkg.h"
#include "H5FDpkg.h"
#include "H5VMprivate.h"
#include "H5Zpkg.h"
#ifdef H5_HAVE_SZLIB_H
#   include "szlib.h"
#endif
const char *FILENAME[] = {
    "dataset",      /* 0 */
    "compact_dataset",  /* 1 */
    "dset_offset",  /* 2 */
    "max_compact_dataset",  /* 3 */
    "simple",       /* 4 */
    "set_local",    /* 5 */
    "random_chunks",    /* 6 */
    "huge_chunks",  /* 7 */
    "chunk_cache",  /* 8 */
    "big_chunk",    /* 9 */
    "chunk_fast",   /* 10 */
    "chunk_expand", /* 11 */
    "chunk_fixed",  /* 12 */
    "copy_dcpl_newfile",/* 13 */